home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / editor / pt14l.lha / PasTeX_1.4 / rexx / sdvitofront.mg < prev    next >
Text File  |  1991-07-31  |  196b  |  8 lines

  1. /* Brings the previewer "ShowDVI" to frontmost screen */
  2.  
  3. IF SHOW('P', 'showdvi') THEN DO
  4.     ADDRESS "showdvi" tofront
  5.     ADDRESS "showdvi" activate
  6.     END
  7. ELSE 'rexx-display "ShowDVI is not running."'
  8.